PdfFilePath

public interface PdfFilePath<T extends PrintSettings>

Allows configuring the destination PDF file path.

Implemented by concrete PrintSettings implementations that support configuring the destination PDF file path.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract Optional<Path> pdfFilePath()
Returns an Optional that contains the absolute destination PDF file path, or an empty Optional if there is not path configured.
public abstract T pdfFilePath(Path pdfFilePath)
Configures the path to the destination PDF file to print to.